home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 July / PCU0704CD1.ISO / software / online / files / showoff.exe / {app} / htdocs / StyleSheet_Default.tpl < prev    next >
Encoding:
Text File  |  2004-03-19  |  2.8 KB  |  187 lines

  1. BODY {
  2.     background: white;
  3. }
  4.  
  5. A:link, A:visited, A:hover {
  6.     color: navy;
  7.     text-decoration: none;
  8. }
  9.  
  10. table.tblMainTable {
  11.     background: #959385;
  12. }
  13.  
  14. table.tblTableHeader {
  15.     background: black;
  16. }
  17.  
  18. td.tdTableTitle {
  19.     background: #799EE5;
  20.     color: white;
  21.     font-size: 10pt;
  22.     font-weight: bold;
  23.     font-family: verdana;
  24. }
  25.  
  26. td.tdTableContents {
  27.     background: white;
  28. }
  29.  
  30. td.tdTableRow {
  31.     /*background: white;*/
  32.     color: black;
  33.     font-family: verdana;
  34.     font-size: 8pt;
  35. }
  36.  
  37. td.tdSideBar {
  38.     background: #799EE5;
  39.     color: black;
  40.     font-family: verdana;
  41.     font-size: 9pt;
  42. }
  43.  
  44. table.tblSideBox {
  45.     background: white;
  46. }
  47.  
  48. td.tdSideBoxTitle, td.tdSideBoxTitle A {
  49.     background: white;
  50.     color: #215DC6;
  51.     font-size: 10pt;
  52.     font-weight: bold;
  53.     font-family: verdana;
  54. }
  55.  
  56. td.tdSideBoxText {
  57.     background: #D6DFF7;
  58.     color: black;
  59.     font-family: verdana;
  60.     font-size: 8pt;
  61.     line-height: 12pt;
  62. }
  63.  
  64. td.tdSideBoxText A:link, td.tdSideBoxText A:visited {
  65.     color: #215DC6;
  66.     text-decoration: none;
  67. }
  68.  
  69. td.tdSideBoxText A:hover {
  70.     color: #428EFF;
  71.     text-decoration: underline;
  72. }
  73.  
  74. td.tdBottomText {
  75.     background: #ECE9D8;
  76.     color: black;
  77.     font-family: verdana;
  78.     font-size: 9pt;
  79. }
  80.  
  81. td.tdTopText {
  82.     color: white;
  83.     font-family: verdana;
  84.     font-size: 14pt;
  85.     font-weight: bold;
  86. }
  87.  
  88. .lblTitle {
  89.     font-family: verdana;
  90.     font-size: 18pt;
  91.     font-weight: bold;
  92. }
  93.  
  94. .lblAuthor {
  95.     font-family: verdana;
  96.     font-size: 11pt;
  97. }
  98.  
  99. .lblWelcomeMessage {
  100.     font-family: verdana;
  101.     font-size: 12pt;
  102. }
  103.  
  104. .lblAlbumName {
  105.     font-weight: bold;
  106.     font-family: verdana;
  107.     font-size: 16pt;
  108. }
  109.  
  110. .lblPictureNav {
  111.     font-weight: bold;
  112.     font-family: verdana;
  113.     font-size: 10pt;
  114. }
  115.  
  116. .lblPictureView {
  117.     font-weight: bold;
  118.     font-family: verdana;
  119.     font-size: 10pt;
  120. }
  121.  
  122. .lblPictureList {
  123.     font-family: verdana;
  124.     font-size: 10pt;
  125. }
  126.  
  127. .lblPopularDirs, .lblPopularMedia {
  128.     font-family: verdana;
  129.     font-size: 12pt;
  130.     font-weight: bold;
  131. }
  132.  
  133. .lblPopularSubDir {
  134.     font-family: verdana;
  135.     font-size: 10pt;
  136.     font-weight: bold;
  137. }
  138.  
  139. .lblFolder {
  140.     font-family: verdana;
  141.     font-size: 9pt;
  142. }
  143.  
  144. .lblTopBar {
  145.     font-weight: bold;
  146.     font-family: verdana;
  147.     font-size: 14pt;
  148. }
  149.  
  150. .lblDetails {
  151.     font-family: verdana;
  152.     font-size: 9pt;
  153. }
  154.  
  155. .lblFooter {
  156.     font-family: verdana;
  157.     font-size: 9pt;
  158. }
  159.  
  160. .lblHelpSubject {
  161.     font-family: verdana;
  162.     font-size: 10pt;
  163.     font-weight: bold;
  164.     line-height: 15pt;
  165. }
  166.  
  167. .lblHelpText {
  168.     font-family: verdana;
  169.     font-size: 10pt;
  170.     line-height: 15pt;
  171. }
  172.  
  173. td.tdPictureCell {
  174.     background-color: white;
  175.     border: solid white 1px;
  176. }
  177.  
  178. input.cmdButton {
  179.     font-weight: bold;
  180.     font-familiy: verdana;
  181.     font-size: 10pt;
  182. }
  183.  
  184. td.tdTitle, td.tdTopBar, td.tdSeparator, td.tdDirList, td.tdViewOpts, td.tdPageControls, td.tdMediaList, td.tdFooter, td.tdAlbumList, td.tdStatsList, td.tdDetails {
  185.     background: white;
  186.     line-height: 15pt;
  187. }